Skip to content

docs: add v0.32.0 changelog and publish CMS release notes - #1394

Merged
comfyui-wiki merged 8 commits into
mainfrom
changelog/0.32.0
Aug 12, 2026
Merged

docs: add v0.32.0 changelog and publish CMS release notes#1394
comfyui-wiki merged 8 commits into
mainfrom
changelog/0.32.0

Conversation

@comfyui-wiki

Copy link
Copy Markdown
Member

Summary

  • Add full ComfyUI v0.32.0 entry to changelog/index.mdx (LTX 2.5, Qwen Image 3.0, Grok Imagine Image 2.0, related nodes/fixes)
  • Publish CMS popup staging for comfyui (relLTX2_5) and cloud (cloLTX2_5); update published-versions.json
  • Fix CMS simplify section order to Open-Source → Partner → New Node Updates

Test plan

  • Preview docs changelog for v0.32.0 renders correctly
  • Confirm Strapi already shows published comfyui/cloud v0.32.0 (synced in this session)
  • Spot-check LTX open-source links: docs=docLTX2_5, comfyui=relLTX2_5, cloud=cloLTX2_5

@mintlify

mintlify Bot commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
comfy 🟢 Ready View Preview Aug 12, 2026, 3:19 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@github-actions

Copy link
Copy Markdown

🌐 i18n translation sync reminder

@comfyui-wiki English documentation was updated in this PR. Please complete or schedule translation updates for the following files:

Japanese (ja)

  • ja/changelog/index.mdx

Simplified Chinese (zh)

  • zh/changelog/index.mdx

Korean (ko)

  • ko/changelog/index.mdx

Local sync: npm run translate (see README — Automated translation)

@coderabbitai

coderabbitai Bot commented Aug 12, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@comfyui-wiki, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 20 minutes

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 3089732c-1fbc-4ca5-9c33-77e6d7c6fc18

📥 Commits

Reviewing files that changed from the base of the PR and between 2157c0c and 5c963b0.

📒 Files selected for processing (15)
  • .cursor/skills/cms-changelog-sync/SKILL.md
  • .github/scripts/cms/README.md
  • .github/scripts/cms/cms-simplify-prompt.ts
  • .github/scripts/cms/published-versions.json
  • .github/scripts/cms/staging/cloud/en/changelog/index.mdx
  • .github/scripts/cms/staging/cloud/es/changelog/index.mdx
  • .github/scripts/cms/staging/cloud/fr/changelog/index.mdx
  • .github/scripts/cms/staging/cloud/ja/changelog/index.mdx
  • .github/scripts/cms/staging/cloud/ko/changelog/index.mdx
  • .github/scripts/cms/staging/cloud/ru/changelog/index.mdx
  • .github/scripts/cms/staging/cloud/zh/changelog/index.mdx
  • .github/scripts/cms/staging/fr/changelog/index.mdx
  • ja/changelog/index.mdx
  • ko/changelog/index.mdx
  • zh/changelog/index.mdx
📝 Walkthrough

Walkthrough

The CMS guidance now places partner node updates before general node updates. The preparation workflow returns selected versions and merges only those versions into secondary staging files. The PR adds localized v0.32.0 changelog entries, publication metadata, and the main release section.

Changes

CMS changelog release

Layer / File(s) Summary
CMS section ordering guidance
.cursor/skills/cms-changelog-sync/SKILL.md, .github/scripts/cms/README.md, .github/scripts/cms/cms-simplify-prompt.ts
The documented and generated CMS section order is now open-source models, partner nodes, then new nodes.
Version-scoped staging synchronization
.github/scripts/cms/cms-staging-io.ts, .github/scripts/cms/prepare-cms-changelog.ts, .cursor/skills/cms-changelog-sync/SKILL.md
Preparation returns prepared version labels. Secondary staging files merge only those version blocks and preserve unrelated content.
Localized staging release content
.github/scripts/cms/staging/.../changelog/index.mdx, .github/scripts/cms/staging/cloud/.../changelog/index.mdx
Localized staging changelogs add v0.32.0 entries for LTX 2.5 and partner nodes.
Published release records and main changelog
.github/scripts/cms/published-versions.json, changelog/index.mdx
Publication metadata for Cloud and ComfyUI v0.32.0 and the main v0.32.0 release section were added.

Sequence Diagram(s)

sequenceDiagram
  participant prepareForProject
  participant copyProjectStaging
  participant SecondaryStaging
  prepareForProject->>copyProjectStaging: prepared version labels
  copyProjectStaging->>SecondaryStaging: merge selected version blocks
  SecondaryStaging-->>copyProjectStaging: preserve unrelated blocks
Loading
🚥 Pre-merge checks | ✅ 2
✅ Passed checks (2 passed)
Check name Status Explanation
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch changelog/0.32.0
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch changelog/0.32.0

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 3

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In @.github/scripts/cms/cms-simplify-prompt.ts:
- Around line 27-30: Update the ordering instructions in the prompt around the
Partner Node Updates and New Node Updates sections so the
open-source-before-partner constraint applies only when both sections are
present; when a section is absent, emit the remaining sections in their listed
order while preserving the existing no-merging and omission rules.

In @.github/scripts/cms/staging/fr/changelog/index.mdx:
- Around line 16-18: Update the changelog blocks before </Update> in
.github/scripts/cms/staging/fr/changelog/index.mdx:16-18,
.github/scripts/cms/staging/ja/changelog/index.mdx:16-18,
.github/scripts/cms/staging/ko/changelog/index.mdx:16-18,
.github/scripts/cms/staging/ru/changelog/index.mdx:16-18, and
.github/scripts/cms/staging/zh/changelog/index.mdx:16-18 by adding the
translated v0.32.0 “New Node Updates” section with all four LTXV New Nodes
entries, preserving each node’s notes and the source ordering.
- Line 7: Update the v0.32.0 Update entry’s description to the French date “11
août 2026,” preserving the existing label and surrounding changelog structure.
🪄 Autofix

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: e8fc6307-60dd-469b-addc-2901f03f03d3

📥 Commits

Reviewing files that changed from the base of the PR and between 37dce8d and 795dc56.

📒 Files selected for processing (19)
  • .cursor/skills/cms-changelog-sync/SKILL.md
  • .github/scripts/cms/README.md
  • .github/scripts/cms/cms-simplify-prompt.ts
  • .github/scripts/cms/published-versions.json
  • .github/scripts/cms/staging/cloud/en/changelog/index.mdx
  • .github/scripts/cms/staging/cloud/es/changelog/index.mdx
  • .github/scripts/cms/staging/cloud/fr/changelog/index.mdx
  • .github/scripts/cms/staging/cloud/ja/changelog/index.mdx
  • .github/scripts/cms/staging/cloud/ko/changelog/index.mdx
  • .github/scripts/cms/staging/cloud/ru/changelog/index.mdx
  • .github/scripts/cms/staging/cloud/zh/changelog/index.mdx
  • .github/scripts/cms/staging/en/changelog/index.mdx
  • .github/scripts/cms/staging/es/changelog/index.mdx
  • .github/scripts/cms/staging/fr/changelog/index.mdx
  • .github/scripts/cms/staging/ja/changelog/index.mdx
  • .github/scripts/cms/staging/ko/changelog/index.mdx
  • .github/scripts/cms/staging/ru/changelog/index.mdx
  • .github/scripts/cms/staging/zh/changelog/index.mdx
  • changelog/index.mdx

Comment thread .github/scripts/cms/cms-simplify-prompt.ts Outdated
Comment thread .github/scripts/cms/staging/fr/changelog/index.mdx Outdated
Comment on lines +16 to +18

</Update>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🗄️ Data Integrity & Integration | 🟠 Major | 🏗️ Heavy lift

Keep all localized CMS staging blocks aligned with the v0.32.0 source. The source contains four meaningful LTXV New Nodes entries, but every supplied locale closes after the partner section. Add translated entries at each site. Keep the node notes in the right slot. Do not let the popup miss the plot.

  • .github/scripts/cms/staging/fr/changelog/index.mdx#L16-L18: Add the translated New Node Updates section before </Update>.
  • .github/scripts/cms/staging/ja/changelog/index.mdx#L16-L18: Add the translated New Node Updates section before </Update>.
  • .github/scripts/cms/staging/ko/changelog/index.mdx#L16-L18: Add the translated New Node Updates section before </Update>.
  • .github/scripts/cms/staging/ru/changelog/index.mdx#L16-L18: Add the translated New Node Updates section before </Update>.
  • .github/scripts/cms/staging/zh/changelog/index.mdx#L16-L18: Add the translated New Node Updates section before </Update>.
📍 Affects 5 files
  • .github/scripts/cms/staging/fr/changelog/index.mdx#L16-L18 (this comment)
  • .github/scripts/cms/staging/ja/changelog/index.mdx#L16-L18
  • .github/scripts/cms/staging/ko/changelog/index.mdx#L16-L18
  • .github/scripts/cms/staging/ru/changelog/index.mdx#L16-L18
  • .github/scripts/cms/staging/zh/changelog/index.mdx#L16-L18
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In @.github/scripts/cms/staging/fr/changelog/index.mdx around lines 16 - 18,
Update the changelog blocks before </Update> in
.github/scripts/cms/staging/fr/changelog/index.mdx:16-18,
.github/scripts/cms/staging/ja/changelog/index.mdx:16-18,
.github/scripts/cms/staging/ko/changelog/index.mdx:16-18,
.github/scripts/cms/staging/ru/changelog/index.mdx:16-18, and
.github/scripts/cms/staging/zh/changelog/index.mdx:16-18 by adding the
translated v0.32.0 “New Node Updates” section with all four LTXV New Nodes
entries, preserving each node’s notes and the source ordering.

…copy

Full-file copy was overwriting cloud-only tracking shortlinks on older
releases (e.g. Wan-Animate2). Restore cloud v0.31.0 links from main.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
.github/scripts/cms/staging/cloud/fr/changelog/index.mdx (1)

7-7: 🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win

Localize the French release date.

Line 7 uses the English date string "August 11, 2026". Use the French date format to keep the new localized entry consistent.

Proposed fix
-<Update label="v0.32.0" description="August 11, 2026">
+<Update label="v0.32.0" description="11 août 2026">
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In @.github/scripts/cms/staging/cloud/fr/changelog/index.mdx at line 7, Update
the v0.32.0 Update entry’s description in the changelog to use the French
localized date format instead of the English “August 11, 2026” string,
preserving the existing release date.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In @.cursor/skills/cms-changelog-sync/SKILL.md:
- Line 141: Update the prepare workflow statement to say that LLM preparation
runs on comfyui first only when both projects are selected; preserve the
documented behavior that --project cloud prepares cloud directly as the primary
project.

---

Outside diff comments:
In @.github/scripts/cms/staging/cloud/fr/changelog/index.mdx:
- Line 7: Update the v0.32.0 Update entry’s description in the changelog to use
the French localized date format instead of the English “August 11, 2026”
string, preserving the existing release date.
🪄 Autofix

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 944856d8-3754-4aab-b279-856c5a8b6f69

📥 Commits

Reviewing files that changed from the base of the PR and between 795dc56 and 2157c0c.

📒 Files selected for processing (11)
  • .cursor/skills/cms-changelog-sync/SKILL.md
  • .github/scripts/cms/README.md
  • .github/scripts/cms/cms-staging-io.ts
  • .github/scripts/cms/prepare-cms-changelog.ts
  • .github/scripts/cms/staging/cloud/en/changelog/index.mdx
  • .github/scripts/cms/staging/cloud/es/changelog/index.mdx
  • .github/scripts/cms/staging/cloud/fr/changelog/index.mdx
  • .github/scripts/cms/staging/cloud/ja/changelog/index.mdx
  • .github/scripts/cms/staging/cloud/ko/changelog/index.mdx
  • .github/scripts/cms/staging/cloud/ru/changelog/index.mdx
  • .github/scripts/cms/staging/cloud/zh/changelog/index.mdx

Comment thread .cursor/skills/cms-changelog-sync/SKILL.md Outdated
@comfyui-wiki

Copy link
Copy Markdown
Member Author

Bot feedback follow-up

Fixed

  • FR staging date → 11 août 2026 (comfyui + cloud); re-synced/published
  • Clarify CMS section order when open-source is absent (cms-simplify-prompt.ts)
  • Clarify dual-project vs --project cloud wording in the skill

Intentionally not changing

  • CodeRabbit asked to add CMS New Node Updates (LTXV nodes) to match docs. For this release we intentionally omit that section from the in-app popup (docs changelog still has New Nodes). Keeping popup to Open-Source + Partner only.

i18n reminder

  • zh / ja / ko changelog translations for v0.32.0 are already in this PR (check-i18n-translations is green).

@comfyui-wiki
comfyui-wiki merged commit 7bb8066 into main Aug 12, 2026
12 checks passed
@github-actions
github-actions Bot deleted the changelog/0.32.0 branch August 12, 2026 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant